home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00296_Bitmap_Shawn Punchout Text < prev    next >
Text File  |  1995-05-21  |  715b  |  33 lines

  1. on exitFrame
  2.   global length, OuchOrNot, snap1, snap2, theMovieName, gTheDay
  3.   if the movieTime of sprite 48 > length then
  4.     put the movietime of sprite 48 into OuchOrNot
  5.     
  6.     puppetsprite 48, false
  7.     --set the movietime of sprite 48 to 0
  8.     --set the sound of cast theMovieName to 0
  9.     updatestage
  10.     
  11.     if OuchOrNot >= 750 then
  12.       updateStage
  13.       puppetsound 0
  14.       go frame "ShawnPunchout"
  15.       exit
  16.     end if
  17.     
  18.     if snap1 <> 0 then
  19.       updateStage
  20.       puppetsound 0
  21.       go frame "Darkroom"
  22.       exit
  23.     else
  24.       updateStage
  25.       puppetsound 0
  26.       go frame gtheday & "NoShots"
  27.       exit
  28.     end if
  29.   else
  30.     go to the frame
  31.   end if
  32.   
  33. end